projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a4edc
)
(ffap): Don't hide it behind the autoload-cookie.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:32:33 +0000
(19:32 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:32:33 +0000
(19:32 +0000)
lisp/ffap.el
patch
|
blob
|
history
diff --git
a/lisp/ffap.el
b/lisp/ffap.el
index 07ffb0dbd403ad9fe3a0e35245555ca0f468e57e..02cdb657d0f26f76c1fd05e8b68ce4cb15965767 100644
(file)
--- a/
lisp/ffap.el
+++ b/
lisp/ffap.el
@@
-1355,7
+1355,9
@@
See <ftp://ftp.mathcs.emory.edu/pub/mic/emacs/> for latest version."
filename))))))
;; Shortcut: allow {M-x ffap} rather than {M-x find-file-at-point}.
-;;;###autoload(defalias 'ffap 'find-file-at-point)
+;;;###autoload
+(defalias 'ffap 'find-file-at-point)
+
\f
;;; Menu support (`ffap-menu'):